Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparseArray<T> Class / Length Property


In This Topic
Length Property (SparseArray<T>)
In This Topic
Gets a 32-bit integer that represents the total number of elements in SparseArray.
Syntax
'Declaration
 
Public Property Length As Integer
 
'Usage
 
Dim instance As SparseArray(Of T)
Dim value As Integer
 
instance.Length = value
 
value = instance.Length
See Also